From be5d161ba42d36cb9adb0f4ba79e03777ab55ceb Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 13 Feb 2006 12:45:40 +0100 Subject: [PATCH] Configure ISA_DMA drivers on xen/i386. Otherwise drivers that also work with PCI devices won't get compiled. (For example, BusLogic SCSI). Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/arch/i386/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/i386/Kconfig b/linux-2.6-xen-sparse/arch/i386/Kconfig index b176abd16e..4b1b696042 100644 --- a/linux-2.6-xen-sparse/arch/i386/Kconfig +++ b/linux-2.6-xen-sparse/arch/i386/Kconfig @@ -1022,7 +1022,6 @@ source "drivers/pci/Kconfig" config ISA_DMA_API bool - depends on !X86_XEN default y config ISA -- 2.30.2